-
Notifications
You must be signed in to change notification settings - Fork 13
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
direnv intigration #10
Conversation
Signed-off-by: Horiodino <[email protected]>
59c20b2
to
3641ab5
Compare
Signed-off-by: Horiodino <[email protected]>
Can you start adding a little description on what this PR aims to solve and tests done for the verification purposes that it works? |
Signed-off-by: Horiodino <[email protected]>
07522dc
to
be8b642
Compare
I might be missing something over here, but what if a user wants to provide their own |
We just need to add a single line |
Signed-off-by: Horiodino <[email protected]>
Signed-off-by: Horiodino <[email protected]>
use:
bsf direnv
-> initilizes current dir with .envrc and .gitignorebsf direnv --env key=value
-> sets the env in .envrcby doing
bsf direnv
direnv files get loaded in the current dir and whenever user opens shell in the current dir ,it always opens nix dev shell without specifying any argument
[✔️ ] test locally